Skip to content

Conversation

gremat
Copy link
Contributor

@gremat gremat commented Aug 2, 2024

Note though that usage of a LoadConfig is not consistent:

  • If debug.vim:s:eval() is called directly, most notably from s:expand_vars() (i.e., when the user tries to expand a variable in the variable window), RPCServer.Eval() is used which currently (i.e., [email protected]) does not allow to specify a LoadConfig.
  • If debug.vim:s:eval() is called from go#debug#Print() (e.g., via :GoDebugPrint), RPCServer.Command() is used and DebuggerCommand is provided with a ReturnInfoLoadConfig. However, those values and the values used in the variables window differ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant